arm64: enable PSCI secondary CPU bringup
authorAndre Przywara <andre.przywara@linaro.org>
Thu, 5 Dec 2013 10:08:12 +0000 (11:08 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 5 Dec 2013 12:25:19 +0000 (12:25 +0000)
commitd65da94e03935878d84818a6890403997027cfa4
treea6c46f920fb1293e27cad32bd06f69fe91da4b6a
parent875c495af5f2f07d98348d1ff19277f49d18be92
arm64: enable PSCI secondary CPU bringup

If the device tree contains a PSCI node and the DTB CPU node tells us
to use PSCI for enabling secondary cores, we set the function pointer
to the PSCI wrapper function to enable PSCI SMP bringup.

Signed-off-by: Andre Przywara <andre.przywara@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/arm64/smpboot.c